3.3.21 \(\int \frac {a+b \log (c (d+e x)^n)}{(f+g x) (h+i x)} \, dx\) [221]

Optimal. Leaf size=155 \[ \frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \log \left (\frac {e (f+g x)}{e f-d g}\right )}{g h-f i}-\frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \log \left (\frac {e (h+i x)}{e h-d i}\right )}{g h-f i}+\frac {b n \text {Li}_2\left (-\frac {g (d+e x)}{e f-d g}\right )}{g h-f i}-\frac {b n \text {Li}_2\left (-\frac {i (d+e x)}{e h-d i}\right )}{g h-f i} \]

[Out]

(a+b*ln(c*(e*x+d)^n))*ln(e*(g*x+f)/(-d*g+e*f))/(-f*i+g*h)-(a+b*ln(c*(e*x+d)^n))*ln(e*(i*x+h)/(-d*i+e*h))/(-f*i
+g*h)+b*n*polylog(2,-g*(e*x+d)/(-d*g+e*f))/(-f*i+g*h)-b*n*polylog(2,-i*(e*x+d)/(-d*i+e*h))/(-f*i+g*h)

________________________________________________________________________________________

Rubi [A]
time = 0.14, antiderivative size = 155, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 4, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.138, Rules used = {2465, 2441, 2440, 2438} \begin {gather*} \frac {b n \text {PolyLog}\left (2,-\frac {g (d+e x)}{e f-d g}\right )}{g h-f i}-\frac {b n \text {PolyLog}\left (2,-\frac {i (d+e x)}{e h-d i}\right )}{g h-f i}+\frac {\log \left (\frac {e (f+g x)}{e f-d g}\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )}{g h-f i}-\frac {\log \left (\frac {e (h+i x)}{e h-d i}\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )}{g h-f i} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Log[c*(d + e*x)^n])/((f + g*x)*(h + i*x)),x]

[Out]

((a + b*Log[c*(d + e*x)^n])*Log[(e*(f + g*x))/(e*f - d*g)])/(g*h - f*i) - ((a + b*Log[c*(d + e*x)^n])*Log[(e*(
h + i*x))/(e*h - d*i)])/(g*h - f*i) + (b*n*PolyLog[2, -((g*(d + e*x))/(e*f - d*g))])/(g*h - f*i) - (b*n*PolyLo
g[2, -((i*(d + e*x))/(e*h - d*i))])/(g*h - f*i)

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 2440

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Dist[1/g, Subst[Int[(a +
 b*Log[1 + c*e*(x/g)])/x, x], x, f + g*x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && EqQ[g
 + c*(e*f - d*g), 0]

Rule 2441

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Simp[Log[e*((f + g
*x)/(e*f - d*g))]*((a + b*Log[c*(d + e*x)^n])/g), x] - Dist[b*e*(n/g), Int[Log[(e*(f + g*x))/(e*f - d*g)]/(d +
 e*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, n}, x] && NeQ[e*f - d*g, 0]

Rule 2465

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*(RFx_), x_Symbol] :> With[{u = ExpandIntegrand[
(a + b*Log[c*(d + e*x)^n])^p, RFx, x]}, Int[u, x] /; SumQ[u]] /; FreeQ[{a, b, c, d, e, n}, x] && RationalFunct
ionQ[RFx, x] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {a+b \log \left (c (d+e x)^n\right )}{(h+221 x) (f+g x)} \, dx &=\int \left (\frac {221 \left (a+b \log \left (c (d+e x)^n\right )\right )}{(221 f-g h) (h+221 x)}-\frac {g \left (a+b \log \left (c (d+e x)^n\right )\right )}{(221 f-g h) (f+g x)}\right ) \, dx\\ &=\frac {221 \int \frac {a+b \log \left (c (d+e x)^n\right )}{h+221 x} \, dx}{221 f-g h}-\frac {g \int \frac {a+b \log \left (c (d+e x)^n\right )}{f+g x} \, dx}{221 f-g h}\\ &=\frac {\log \left (-\frac {e (h+221 x)}{221 d-e h}\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )}{221 f-g h}-\frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \log \left (\frac {e (f+g x)}{e f-d g}\right )}{221 f-g h}-\frac {(b e n) \int \frac {\log \left (\frac {e (h+221 x)}{-221 d+e h}\right )}{d+e x} \, dx}{221 f-g h}+\frac {(b e n) \int \frac {\log \left (\frac {e (f+g x)}{e f-d g}\right )}{d+e x} \, dx}{221 f-g h}\\ &=\frac {\log \left (-\frac {e (h+221 x)}{221 d-e h}\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )}{221 f-g h}-\frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \log \left (\frac {e (f+g x)}{e f-d g}\right )}{221 f-g h}+\frac {(b n) \text {Subst}\left (\int \frac {\log \left (1+\frac {g x}{e f-d g}\right )}{x} \, dx,x,d+e x\right )}{221 f-g h}-\frac {(b n) \text {Subst}\left (\int \frac {\log \left (1+\frac {221 x}{-221 d+e h}\right )}{x} \, dx,x,d+e x\right )}{221 f-g h}\\ &=\frac {\log \left (-\frac {e (h+221 x)}{221 d-e h}\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )}{221 f-g h}-\frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \log \left (\frac {e (f+g x)}{e f-d g}\right )}{221 f-g h}-\frac {b n \text {Li}_2\left (-\frac {g (d+e x)}{e f-d g}\right )}{221 f-g h}+\frac {b n \text {Li}_2\left (\frac {221 (d+e x)}{221 d-e h}\right )}{221 f-g h}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 111, normalized size = 0.72 \begin {gather*} \frac {\left (a+b \log \left (c (d+e x)^n\right )\right ) \left (\log \left (\frac {e (f+g x)}{e f-d g}\right )-\log \left (\frac {e (h+i x)}{e h-d i}\right )\right )+b n \text {Li}_2\left (\frac {g (d+e x)}{-e f+d g}\right )-b n \text {Li}_2\left (\frac {i (d+e x)}{-e h+d i}\right )}{g h-f i} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Log[c*(d + e*x)^n])/((f + g*x)*(h + i*x)),x]

[Out]

((a + b*Log[c*(d + e*x)^n])*(Log[(e*(f + g*x))/(e*f - d*g)] - Log[(e*(h + i*x))/(e*h - d*i)]) + b*n*PolyLog[2,
 (g*(d + e*x))/(-(e*f) + d*g)] - b*n*PolyLog[2, (i*(d + e*x))/(-(e*h) + d*i)])/(g*h - f*i)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.53, size = 647, normalized size = 4.17

method result size
risch \(-\frac {b \ln \left (\left (e x +d \right )^{n}\right ) \ln \left (g x +f \right )}{f i -g h}+\frac {b \ln \left (\left (e x +d \right )^{n}\right ) \ln \left (i x +h \right )}{f i -g h}-\frac {b n \dilog \left (\frac {\left (i x +h \right ) e +d i -e h}{d i -e h}\right )}{f i -g h}-\frac {b n \ln \left (i x +h \right ) \ln \left (\frac {\left (i x +h \right ) e +d i -e h}{d i -e h}\right )}{f i -g h}+\frac {b n \dilog \left (\frac {\left (g x +f \right ) e +d g -e f}{d g -e f}\right )}{f i -g h}+\frac {b n \ln \left (g x +f \right ) \ln \left (\frac {\left (g x +f \right ) e +d g -e f}{d g -e f}\right )}{f i -g h}+\frac {i b \pi \,\mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{2} \ln \left (i x +h \right )}{2 f i -2 g h}+\frac {i b \pi \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{3} \ln \left (g x +f \right )}{2 f i -2 g h}-\frac {i b \pi \,\mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i \left (e x +d \right )^{n}\right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right ) \ln \left (i x +h \right )}{2 \left (f i -g h \right )}-\frac {i b \pi \,\mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{2} \ln \left (g x +f \right )}{2 \left (f i -g h \right )}-\frac {i b \pi \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{3} \ln \left (i x +h \right )}{2 \left (f i -g h \right )}+\frac {i b \pi \,\mathrm {csgn}\left (i c \right ) \mathrm {csgn}\left (i \left (e x +d \right )^{n}\right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right ) \ln \left (g x +f \right )}{2 f i -2 g h}-\frac {i b \pi \,\mathrm {csgn}\left (i \left (e x +d \right )^{n}\right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{2} \ln \left (g x +f \right )}{2 \left (f i -g h \right )}+\frac {i b \pi \,\mathrm {csgn}\left (i \left (e x +d \right )^{n}\right ) \mathrm {csgn}\left (i c \left (e x +d \right )^{n}\right )^{2} \ln \left (i x +h \right )}{2 f i -2 g h}-\frac {b \ln \left (c \right ) \ln \left (g x +f \right )}{f i -g h}+\frac {b \ln \left (c \right ) \ln \left (i x +h \right )}{f i -g h}-\frac {a \ln \left (g x +f \right )}{f i -g h}+\frac {a \ln \left (i x +h \right )}{f i -g h}\) \(647\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(e*x+d)^n))/(g*x+f)/(i*x+h),x,method=_RETURNVERBOSE)

[Out]

-b*ln((e*x+d)^n)/(f*i-g*h)*ln(g*x+f)+b*ln((e*x+d)^n)/(f*i-g*h)*ln(i*x+h)-b*n/(f*i-g*h)*dilog(((i*x+h)*e+d*i-e*
h)/(d*i-e*h))-b*n/(f*i-g*h)*ln(i*x+h)*ln(((i*x+h)*e+d*i-e*h)/(d*i-e*h))+b*n/(f*i-g*h)*dilog(((g*x+f)*e+d*g-e*f
)/(d*g-e*f))+b*n/(f*i-g*h)*ln(g*x+f)*ln(((g*x+f)*e+d*g-e*f)/(d*g-e*f))+1/2*I*b*Pi*csgn(I*c)*csgn(I*c*(e*x+d)^n
)^2/(f*i-g*h)*ln(i*x+h)+1/2*I*b*Pi*csgn(I*c*(e*x+d)^n)^3/(f*i-g*h)*ln(g*x+f)-1/2*I*b*Pi*csgn(I*c)*csgn(I*(e*x+
d)^n)*csgn(I*c*(e*x+d)^n)/(f*i-g*h)*ln(i*x+h)-1/2*I*b*Pi*csgn(I*c)*csgn(I*c*(e*x+d)^n)^2/(f*i-g*h)*ln(g*x+f)-1
/2*I*b*Pi*csgn(I*c*(e*x+d)^n)^3/(f*i-g*h)*ln(i*x+h)+1/2*I*b*Pi*csgn(I*c)*csgn(I*(e*x+d)^n)*csgn(I*c*(e*x+d)^n)
/(f*i-g*h)*ln(g*x+f)-1/2*I*b*Pi*csgn(I*(e*x+d)^n)*csgn(I*c*(e*x+d)^n)^2/(f*i-g*h)*ln(g*x+f)+1/2*I*b*Pi*csgn(I*
(e*x+d)^n)*csgn(I*c*(e*x+d)^n)^2/(f*i-g*h)*ln(i*x+h)-b*ln(c)/(f*i-g*h)*ln(g*x+f)+b*ln(c)/(f*i-g*h)*ln(i*x+h)-a
/(f*i-g*h)*ln(g*x+f)+a/(f*i-g*h)*ln(i*x+h)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))/(g*x+f)/(i*x+h),x, algorithm="maxima")

[Out]

a*(log(g*x + f)/(g*h - I*f) - log(h + I*x)/(g*h - I*f)) - b*integrate((I*log((x*e + d)^n) + I*log(c))/(g*x^2 -
 I*f*h + (-I*g*h + f)*x), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))/(g*x+f)/(i*x+h),x, algorithm="fricas")

[Out]

integral((-I*b*n*log(x*e + d) - I*b*log(c) - I*a)/(g*x^2 - I*f*h + (-I*g*h + f)*x), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {a + b \log {\left (c \left (d + e x\right )^{n} \right )}}{\left (f + g x\right ) \left (h + i x\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))/(g*x+f)/(i*x+h),x)

[Out]

Integral((a + b*log(c*(d + e*x)**n))/((f + g*x)*(h + i*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))/(g*x+f)/(i*x+h),x, algorithm="giac")

[Out]

integrate((b*log((x*e + d)^n*c) + a)/((g*x + f)*(h + I*x)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {a+b\,\ln \left (c\,{\left (d+e\,x\right )}^n\right )}{\left (f+g\,x\right )\,\left (h+i\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*(d + e*x)^n))/((f + g*x)*(h + i*x)),x)

[Out]

int((a + b*log(c*(d + e*x)^n))/((f + g*x)*(h + i*x)), x)

________________________________________________________________________________________